From b89376da55dc1cd650a3c035139a34cdcef21625 Mon Sep 17 00:00:00 2001 From: Sophie Herold Date: Wed, 27 Jan 2021 17:49:17 +0000 Subject: [PATCH] widget: get_name() is not nullable Partial revert of !2905 --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 0186968bd7..52f5833f0e 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -5436,7 +5436,7 @@ gtk_widget_set_name (GtkWidget *widget, * Retrieves the name of a widget. See gtk_widget_set_name() for the * significance of widget names. * - * Returns: (nullable): name of the widget. This string is owned by GTK and + * Returns: name of the widget. This string is owned by GTK and * should not be modified or freed **/ const char * -- 2.30.2